Skip to content

Feature/nginx version bump#10

Merged
marcepartment merged 2 commits intomainfrom
feature/nginx-version-bump
Apr 29, 2026
Merged

Feature/nginx version bump#10
marcepartment merged 2 commits intomainfrom
feature/nginx-version-bump

Conversation

@HeRovaZy
Copy link
Copy Markdown

No description provided.

@marcepartment marcepartment merged commit c86d5d3 into main Apr 29, 2026
2 of 4 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the stack’s version and updates the default configured Nginx version used by the Roll configuration schema.

Changes:

  • Incremented the project version from 0.7.0.1 to 0.7.0.2.
  • Updated NGINX_VERSION default in the config schema from 1.24 to 1.27.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
version Updates the overall stack release/version number.
utils/config.sh Updates the config schema default for NGINX_VERSION.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread utils/config.sh
ROLL_CONFIG_SCHEMA_KEYS+=(OPENSEARCH_VERSION); ROLL_CONFIG_SCHEMA_VALUES+=("string:2.5")
ROLL_CONFIG_SCHEMA_KEYS+=(MONGO_VERSION); ROLL_CONFIG_SCHEMA_VALUES+=("string:6.0")
ROLL_CONFIG_SCHEMA_KEYS+=(NGINX_VERSION); ROLL_CONFIG_SCHEMA_VALUES+=("string:1.24")
ROLL_CONFIG_SCHEMA_KEYS+=(NGINX_VERSION); ROLL_CONFIG_SCHEMA_VALUES+=("string:1.27")
Copy link

Copilot AI Apr 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default NGINX_VERSION was bumped here to 1.27, but the docker-compose template still falls back to 1.26 when NGINX_VERSION is unset (see environments/includes/nginx.base.yml). This creates inconsistent defaults depending on whether users go through the CLI/config loader or run compose directly. Please update the compose fallback (or remove the fallback and rely on the exported config) so the default version is consistent across the stack.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants